Objects Reference

fly_pak::seek

Prototype

void seek(long offset)

Parameters

Parameter Type Description
offset long offset to move from current position

Return Value

None

Remarks

This function seeks the current file pointer just like the fseek standard I/O function. The offset can be positive or negative.